curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/instances/{id}/monitors/{monitor_id}/stats \
--header 'Authorization: Bearer <token>'{
"uptime_percentage": 123,
"avg_latency_ms": 123,
"min_latency_ms": 123,
"max_latency_ms": 123,
"total_checks": 123,
"total_incidents": 123,
"resolved_incidents": 123,
"ongoing_incidents": 123,
"avg_downtime_seconds": 123,
"period_days": 123
}curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/instances/{id}/monitors/{monitor_id}/stats \
--header 'Authorization: Bearer <token>'{
"uptime_percentage": 123,
"avg_latency_ms": 123,
"min_latency_ms": 123,
"max_latency_ms": 123,
"total_checks": 123,
"total_incidents": 123,
"resolved_incidents": 123,
"ongoing_incidents": 123,
"avg_downtime_seconds": 123,
"period_days": 123
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A UUID string identifying this Instance.
Unique identifier of the monitor.
Number of days for stats calculation